Session cookie
Cookies are stored in a Web document's Document.cookie property
and you usually specify the cookie name, an equals sign and the
cookie value so you can store and manage multiple cookies. Here's
the code for a simple page containing a single session cookie. Click
on the Sample link below to see the cookie in action, or the Code
link to copy the code without having to type it all out yourself.
|